home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-15 / hdts535a.zip / README.1ST < prev   
Text File  |  1991-10-20  |  2KB  |  45 lines

  1. The following files should be in this package:
  2.  
  3. BOOTLOAD.COM            The BOOTLOAD program
  4. BOOTLOAD.DOC            Documentation file for BOOTLOAD
  5. FIXFAT.EXE              The FIXFAT program
  6. FIXFAT.DOC              Documentation file for FIXFAT   
  7. HDTEST.EXE              The HDTEST program
  8. HDCHEK.EXE              The HDCHEK program
  9. HDTEST.DOC              Documentation file for HDTEST/HDCHEK
  10. HDTESTDD.BIN            Device driver for use with SS or DM partitions
  11. MAKETXT.EXE             DOC file processor (see below)
  12. README.1ST              This file
  13.  
  14. The HDTEST.DOC, BOOTLOAD.DOC, and FIXFAT.DOC files are formatted to be printed 
  15. out on a (otherwise "dumb") printer which is capable of underlining by doing a 
  16. <CR> without a <LF> and overtyping - almost all modern printers can do (or 
  17. simulate) this. If you want to view the files in an editor and/or TYPE them to 
  18. the console, you will need to remove the underlining. To do this, simply give 
  19. the command "MAKETXT fname" (without the quotes, of course), replacing "fname" 
  20. with the name of the file you wish to convert. MAKETXT will read the fname.DOC 
  21. file (which it expects to find in the current directory) and write a second 
  22. file called fname.TXT, which can be edited or TYPEd without difficulty.  
  23.  
  24. Users of versions of HDTEST prior to V5.35a should see the "CHANGES FROM 
  25. PREVIOUS VERSIONS" section of the documentation.
  26.  
  27. Versions of HDTEST between (and including) the Shareware V5.35 and V5.39 
  28. contained two significant, though non-destructive, bugs in the code which 
  29. implemented "incremental" disk testing. In summary:
  30.  
  31. 1) The in-memory map of tested clusters was not correctly initialized to zero 
  32. (when not read from the disk) potentially resulting in untested clusters being 
  33. "missed" during testing. It appears that this got by myself, my beta-testers, 
  34. and a large number of users because HDTEST was generally run on a "clean" 
  35. (freshly rebooted) system. Under these special circumstances, memory is 
  36. already zero-filled, and the map would not have needed initializing. 
  37.  
  38. 2) An existing disk map of tested clusters (HDTESTED.MP0) was not deleted 
  39. after a _complete_ run of HDTEST. This appears to have resulted from a "minor" 
  40. change in the code made after the completion of formal beta-testing. 
  41.  
  42. These bugs have been fixed in the current Shareware (V5.35a) and Registered 
  43. (V5.40) versions of HDTEST. 
  44.  
  45.